home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 September / Designer's Club 1996 September.iso / mac / Idea Source / EVAN.DIR / 00152.ls < prev    next >
Encoding:
Text File  |  1996-08-14  |  631 b   |  34 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   end if
  5.   if rollOver(5) then
  6.     puppetSprite(5, 1)
  7.     set the castNum of sprite 5 to 238
  8.     updateStage()
  9.   else
  10.     puppetSprite(5, 0)
  11.   end if
  12.   if rollOver(6) then
  13.     puppetSprite(6, 1)
  14.     set the castNum of sprite 6 to 239
  15.     updateStage()
  16.   else
  17.     puppetSprite(6, 0)
  18.   end if
  19.   if rollOver(7) then
  20.     puppetSprite(7, 1)
  21.     set the castNum of sprite 7 to 240
  22.     updateStage()
  23.   else
  24.     puppetSprite(7, 0)
  25.   end if
  26.   if rollOver(8) then
  27.     puppetSprite(8, 1)
  28.     set the castNum of sprite 8 to 241
  29.     updateStage()
  30.   else
  31.     puppetSprite(8, 0)
  32.   end if
  33. end
  34.